[NodeMapping]
Vertica uses the node mapping section exclusively to restore a full backup from one database to another, different, database. Be sure to update the [Mapping] section of your configuration file to point your target Vertica nodes to their source backup locations.
Use the following form to specify node mapping:
source_vertica_node = target_vertica_host
For example, you can use the following mapping to restore content from one 4-node database to an alternate 4-node database.
[NodeMapping] v_exampledb_node0001 = new_host0001 v_exampledb_node0002 = new_host0002 v_exampledb_node0003 = new_host0003 v_exampledb_node0004 = new_host0004